home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / Intro to HyperCard 2.0 / card_31732.txt < prev    next >
Text File  |  1990-08-24  |  4KB  |  213 lines

  1. -- card: 31732 from stack: in.0
  2. -- bmap block id: 31791
  3. -- flags: 0000
  4. -- background id: 15491
  5. -- name: the home stack
  6. ----- HyperTalk script -----
  7. on showStack
  8.   visual zoom out
  9.   go cd the short name of the target of stack "‚Ä¢HC 2.0-6"
  10. end showStack
  11.  
  12.  
  13.  
  14. -- part 2 (button)
  15. -- low flags: 80
  16. -- high flags: 0001
  17. -- rect: left=0 top=0 right=342 bottom=512
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: screenButton
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   if 2 = 1 then
  29.   end if
  30. end mouseUp
  31.  
  32.  
  33.  
  34. -- part 1 (button)
  35. -- low flags: 00
  36. -- high flags: 2000
  37. -- rect: left=212 top=250 right=330 bottom=281
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: HC 2.0 Home
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   showStack
  49. end mouseUp
  50.  
  51.  
  52.  
  53. -- part 3 (button)
  54. -- low flags: 00
  55. -- high flags: 2000
  56. -- rect: left=136 top=263 right=330 bottom=196
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 0 / 0
  59. -- text alignment: 1
  60. -- font id: 0
  61. -- text size: 12
  62. -- style flags: 0
  63. -- line height: 16
  64. -- part name: Designer Home
  65. ----- HyperTalk script -----
  66. on mouseUp
  67.   showStack
  68. end mouseUp
  69.  
  70.  
  71.  
  72. -- part 4 (button)
  73. -- low flags: 00
  74. -- high flags: 2000
  75. -- rect: left=357 top=254 right=329 bottom=411
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 0 / 0
  78. -- text alignment: 1
  79. -- font id: 0
  80. -- text size: 12
  81. -- style flags: 0
  82. -- line height: 16
  83. -- part name: Artist Home
  84. ----- HyperTalk script -----
  85. on mouseUp
  86.   showStack
  87. end mouseUp
  88.  
  89.  
  90.  
  91. -- part 5 (button)
  92. -- low flags: 00
  93. -- high flags: 2000
  94. -- rect: left=295 top=261 right=329 bottom=347
  95. -- title width / last selected line: 0
  96. -- icon id / first selected line: 0 / 0
  97. -- text alignment: 1
  98. -- font id: 0
  99. -- text size: 12
  100. -- style flags: 0
  101. -- line height: 16
  102. -- part name: Browser Home
  103. ----- HyperTalk script -----
  104. on mouseUp
  105.   showStack
  106. end mouseUp
  107.  
  108.  
  109.  
  110. -- part 6 (button)
  111. -- low flags: 00
  112. -- high flags: 2000
  113. -- rect: left=76 top=260 right=329 bottom=112
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 0 / 0
  116. -- text alignment: 1
  117. -- font id: 0
  118. -- text size: 12
  119. -- style flags: 0
  120. -- line height: 16
  121. -- part name: Small Home
  122. ----- HyperTalk script -----
  123. on mouseUp
  124.   showStack
  125. end mouseUp
  126.  
  127.  
  128.  
  129. -- part 12 (button)
  130. -- low flags: 80
  131. -- high flags: 0001
  132. -- rect: left=76 top=10 right=300 bottom=398
  133. -- title width / last selected line: 0
  134. -- icon id / first selected line: 0 / 0
  135. -- text alignment: 1
  136. -- font id: 0
  137. -- text size: 12
  138. -- style flags: 0
  139. -- line height: 16
  140. -- part name: smallBtn
  141. ----- HyperTalk script -----
  142. on mouseUp
  143.   hide me
  144. end mouseUp
  145.  
  146.  
  147.  
  148. -- part 13 (button)
  149. -- low flags: 80
  150. -- high flags: 0001
  151. -- rect: left=14 top=2 right=340 bottom=496
  152. -- title width / last selected line: 0
  153. -- icon id / first selected line: 0 / 0
  154. -- text alignment: 1
  155. -- font id: 0
  156. -- text size: 12
  157. -- style flags: 0
  158. -- line height: 16
  159. -- part name: BrowserBtn
  160. ----- HyperTalk script -----
  161. on mouseUp
  162.   hide me
  163. end mouseUp
  164.  
  165.  
  166.  
  167. -- part 14 (button)
  168. -- low flags: 80
  169. -- high flags: 0001
  170. -- rect: left=9 top=51 right=277 bottom=454
  171. -- title width / last selected line: 0
  172. -- icon id / first selected line: 0 / 0
  173. -- text alignment: 1
  174. -- font id: 0
  175. -- text size: 12
  176. -- style flags: 0
  177. -- line height: 16
  178. -- part name: LeafBtn
  179. ----- HyperTalk script -----
  180. on mouseUp
  181.   hide me
  182. end mouseUp
  183.  
  184.  
  185.  
  186. -- part 15 (button)
  187. -- low flags: 80
  188. -- high flags: 0001
  189. -- rect: left=54 top=0 right=342 bottom=412
  190. -- title width / last selected line: 0
  191. -- icon id / first selected line: 0 / 0
  192. -- text alignment: 1
  193. -- font id: 0
  194. -- text size: 12
  195. -- style flags: 0
  196. -- line height: 16
  197. -- part name: HCSDBtn
  198. ----- HyperTalk script -----
  199. on mouseUp
  200.   hide me
  201. end mouseUp
  202.  
  203.  
  204.  
  205. -- part contents for background part 6
  206. ----- text -----
  207. Along with the HyperCard Program, there is something else that MUST BE PRESENT for opening HyperCard stacks: the ‚ÄúHome Stack‚Äù.
  208.  
  209. The Home Stack is like a home base for all other HyperCard stacks. You can use it to get to all your other stacks, or even to other applications. You can also customize your Home Stack, giving it the appearance and size you want and storing in it HyperCard tools you use frequently.
  210.  
  211. Click the pictures below to see versions of the Home Card (which is the first card of the Home Stack).
  212.  
  213.